home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / Demo / 00027.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  177 b   |  8 lines

  1. on exitFrame
  2.   global Plane
  3.   unLoadCast("P" & string(Plane) & ".PATH")
  4.   unLoadCast("P" & string(Plane) & ".FIRST")
  5.   unLoadCast("P" & string(Plane) & ".LAST")
  6.   cursor(4)
  7. end
  8.